home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / title.dir / 00001.ls next >
Encoding:
Text File  |  1998-01-19  |  421 b   |  18 lines

  1. on startMovie
  2.   global gcdpath, glocalpath, sndmember, slevel
  3.   repeat with t = 1 to 48
  4.     set the puppet of sprite t to 0
  5.   end repeat
  6.   updateStage()
  7.   set gcdpath to serchcd()
  8.   if voidp(glocalpath) then
  9.     set glocalpath to the pathName
  10.   end if
  11.   set slevel to 3
  12.   newwave("m7.wav")
  13.   puppetSound(member "sound")
  14.   set the loop of member "sound" to 1
  15.   set the soundLevel to slevel
  16.   set the soundEnabled to 1
  17. end
  18.